home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_326 / dispmod / docs / die.doc < prev    next >
Text File  |  1992-05-06  |  900b  |  28 lines

  1.  
  2. NAME:    DIE
  3.  
  4. SYNTAX:  DIE
  5.  
  6. DESCRIPTION:
  7.  
  8.   Tells the display module to quit and unload. Any outstanding messages
  9.   sent by the display module but not yet replied to will cause the display
  10.   module to delay its demise until all replies have been received and
  11.   replied to, or until a REALLY_DIE message is received.
  12.  
  13.   The REALLY_DIE message should only be necessary during the debugging
  14.   of a script or program, or if unusual conditions cause a script or
  15.   program to exit abnormally before it can reply to a message from the
  16.   display module. The normal sequence of operations would be that the
  17.   script issues a DIE command, and then terminates. If the display module
  18.   does not terminate and if it prints a message to the CLI about having
  19.   outstanding messages, you should run killdisp.rexx or killrobbs.rexx
  20.   to terminate it.
  21.  
  22. EXAMPLE:
  23.  
  24.     DIE
  25.  
  26.   That's it... simplest command of the lot.
  27.  
  28.